public static void encryptFile( java.lang.String inputFileName, java.lang.String outputFileName, PDFSecurityHandler securityHandler, boolean enableObjectCompression ) |
Parameters
- inputFileName
- Path to the input PDF file.
- outputFileName
- Path to the encrypted PDF file.
- securityHandler
- The security handler used for encryption.
- enableObjectCompression
- If true then the internal structure of the output PDF file is compressed.